Streams participants Class
This tool renders the participants in a stream
Constructor
Streams participants
(
-
[$options]
Parameters:
-
[$options]Array optionalProvide options for this tool
-
publisherIdStringThe id of the publisher
-
streamNameStringThe name of the stream
-
[stream]Streams_Stream optionalYou can pass this instead of publisherId and streamName
-
[invite]Array optionalPass an array here to pass as fields to Streams/participants/invite template, otherwise the invite button doesn't appear.
-
[max]Integer optionalThe number, if any, to show in the denominator of the summary
-
[maxShow=10]Integer optionalThe maximum number of participants to fetch for display
-
[onRefresh]Q.Event optionalAn event that occurs when the tool is refreshed
-
[showSummary]Boolean optionalWhether to show a summary
-
[showBlanks]Boolean optionalWhether to show blank avatars in place of remaining spots
-
[renderOnClient=false]Boolean optionalIf true, only the html container is rendered, so the client will do the rest.
-